Add a --no-run option to `cargo test`
authorAlex Crichton <alex@alexcrichton.com>
Thu, 21 Aug 2014 21:09:27 +0000 (14:09 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 27 Aug 2014 00:45:49 +0000 (17:45 -0700)
commit05bdddaa7b9e714e4cec5670e4fcbb1fd67c7072
treeb9eb2f7714458c61197d800da7e0073f1e270ce5
parentd9d16a88781d5e15ecc7a31405a7f80957e65dc1
Add a --no-run option to `cargo test`

This allows tests to be built, but not run.
Makefile.in
src/bin/cargo-bench.rs
src/bin/cargo-test.rs
src/cargo/ops/cargo_test.rs
src/cargo/ops/mod.rs
tests/test_cargo_test.rs